--- import '../../styles/global.css'; import AdminApp from '../../admin/App'; // Browser-only SPA. Auth is checked client-side via /api/cms/v1/auth/session. // We don't SSR any data here — keeps the shell fast and simple. ---